.sineCanvasLeft
{
	/*border: 1px solid #333;*/
	position: fixed;       /* Makes it stick to the screen */
	left: 0;
	width: 5%;
	height: 100vh;
	z-index: 1;
}

.sineCanvasRight
{
	/*border: 1px solid #333;*/
	position: fixed;       /* Makes it stick to the screen */
	right: 0;
	width: 5%;
	height: 100vh;
	z-index: 1;
}